Vector.opIndexUnary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(uint N, T)
@nogc @safe nothrow pragma(inline, true)
T
opIndexUnary
(
string op
)
(
size_t index
)
if (
op == "-"
)

Meta